/* Diagonal ribbon for the first card */
.card-leonis::after {
  content: "Play New Music Now!";
  position: absolute;
  top: +70px;
  right: -10px;
  width: 100px;
  padding: 6px 0;
  background: rgba(0, 220, 255, 0.55);
  color: #000;
  font-family: 'Audiowide', sans-serif;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 1px;
  transform: rotate(-30deg);
  box-shadow: 0 0 12px rgba(0, 220, 255, 0.6);
  pointer-events: none;
  z-index: 10;
}

.card-leonis::before {
  background-image: url("/images/leonis-lacrimae.png");
}

.card-sam::before {
  background-image: url("/images/sam-leonydian.png");
}

/* --- Artist Cards --- */
.artist-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin: 2.5rem auto;
  flex-wrap: wrap;
  z-index: 2;
}

.artist-card {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 120px;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  color: #e0f7ff;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 220, 255, 0.35);
  position: relative;
  overflow: visible;
  /* allow the logo to float outside */
  transition:
    color 0.25s ease,
    text-shadow 0.25s ease,
    transform 3.5s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.artist-card:hover {
  color: #ffffff;
  background: rgba(30, 159, 224, 0.277);
  transform: scale(1.12);
  text-shadow:
    0 0 12px rgba(0, 220, 255, 0.9),
    0 0 22px rgba(0, 220, 255, 0.6);
  box-shadow:
    0 0 14px rgba(0, 220, 255, 0.45),
    0 0 28px rgba(0, 220, 255, 0.25);
}

.artist-card:hover::before {
  filter: drop-shadow(0 0 12px rgba(0, 220, 255, 0.9)) drop-shadow(0 0 22px rgba(0, 220, 255, 0.6));
  transform: scale(1.12);
  transition: transform 1.5s ease, filter 0.25s ease;
}

.artist-name {
  font-family: 'Audiowide', sans-serif;
  font-size: 1.05em;
  letter-spacing: 1px;
  opacity: 0.95;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.artist-card::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 5;
  transition: transform 1.5s ease, filter 0.25s ease;
}

.artist-card:hover::after {
  filter: drop-shadow(0 0 12px rgba(0, 220, 255, 0.9)) drop-shadow(0 0 22px rgba(0, 220, 255, 0.6));
  transform: rotate(-30deg) scale(1.12);
  transition: transform 1.5s ease, filter 0.25s ease;
}

.artist-section-title {
  margin: 2rem 0 1rem;
  font-family: 'Monoton', cursive;
  font-size: 1.7em;
  letter-spacing: 1px;
  opacity: 0.9;
}

/* --- Artist Page Layout --- */
.artist-page {
  position: relative;
  max-width: 1300px;
  margin: 1rem auto;
  padding: 2rem;
  z-index: 2;
}

.artist-layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
  flex-wrap: wrap;
  /* important */
}

.artist-left-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 5;
  flex-shrink: 1;
  /* allow shrinking */
}

.artist-layout>* {
  min-width: 0;
}

.artist-info-wrapper {
  flex: 1 1 300px;
  /* grows, shrinks, has a minimum */
  min-width: 0;
  /* prevents overflow from long text */
}

/* The overlay logo */
.ll-overlay {
  position: absolute;
  bottom: -20px;
  /* adjust to taste */
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  /* scale to taste */
  pointer-events: none;
  /* prevents hover issues */
}

.artist-photo-placeholder {
  width: 300px;
  height: 300px;
}

/* --- Shared Box Style --- */
.artist-box {
  position: relative;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  padding: 1.5rem 1.8rem;
  border-radius: 10px;
  color: #e0f7ff;
  text-shadow: 0 0 6px rgba(0, 220, 255, 0.25);
  max-width: 750px;
}

.artist-box h2 {
  font-family: 'Monoton', cursive;
  font-size: 1.4em;
  margin-bottom: 0.6rem;
  letter-spacing: 1px;
}

/* --- Listen Box --- */
.artist-listen {
  position: relative;
  margin-left: -40px;
  margin-top: -40px;
  max-width: 250px;
  z-index: 1;
}

.artist-listen h2,
.artist-listen-back {
  font-family: 'Monoton', cursive;
  font-size: 1.3em;
  margin-bottom: 0.8rem;
  letter-spacing: 1px;
}

.back-with-logo {
  position: relative;
  overflow: visible;
}

.artist-listen-back {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.35);
}

.back-with-logo::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 26px;
  height: 26px;
  background-image: url("images/synchropathicgrooves-logo-500x500.png");
  /* your icon */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 5;
  transition: transform 1.5s ease, filter 0.25s ease;
}

.listen-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.listen-links li {
  margin: 0.3rem 0;
  font-family: 'Audiowide', sans-serif;
  opacity: 0.9;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    text-shadow 0.3s ease,
    color 0.3s ease;
  background: url("/images/Digital-disc_500x500.png") no-repeat left center;
  background-size: 16px 16px;
  /* adjust size */
  padding-left: 16px;
  /* space so text doesn’t overlap */
}

.listen-links li:hover {
  transform: scale(1.1);
  color: #fff;
  text-shadow:
    0 0 12px rgba(0, 220, 255, 0.9),
    0 0 22px rgba(0, 220, 255, 0.6);
}

/* --- Bio Box --- */
.artist-bio {
  position: relative;
  margin-left: -40px;
  margin-top: 60px;
  z-index: 1;
}

/* Diagonal ribbon */
.coming-soon-ribbon {
  position: absolute;
  top: 400px;
  right: 100px;
  /* translucent background */
  background: rgba(230, 57, 70, 0.65);
  /* adjust opacity as needed */

  color: white;
  padding: 8px 60px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;

  /* rounded edges */
  border-radius: 12px;

  transform: rotate(-45deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  z-index: 10;

}